home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global as, ss, ms
- set the castNum of sprite 26 to 237
- puppetSprite(26, 0)
- puppetSprite(27, 0)
- puppetSprite(28, 0)
- updateStage()
- if as = 1 then
- go("akei")
- end if
- if ss = 1 then
- go("skei")
- end if
- if ms = 1 then
- go("mkei")
- end if
- end
-